home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / file_mgt / ffg / demo_bat / otherexe.bat < prev    next >
Encoding:
DOS Batch File  |  1995-04-01  |  315 b   |  11 lines

  1. @echo off
  2. echo Here is a listing of executable files other than EXE's and COM's. It uses
  3. echo text searching.
  4. call presskey
  5. ::
  6. :: This does a case-sensitive search of the first 2 bytes of all files except
  7. :: COM and EXE's "MZ", the executable file signature:
  8. ::
  9. echo on
  10. ffg /p *:* /x*.[com,exe] /$=c=#2MZ
  11.